Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 1 - Introduction to QuickDraw 3D / QuickDraw 3D Reference
QuickDraw 3D Routines / Managing Shapes


Q3Shape_GetSet

You can use the Q3Shape_GetSet function to get the set currently associated with a shape.

TQ3Status Q3Shape_GetSet (
TQ3ShapeObject shape, 
TQ3SetObject *set);
shape
A shape object.
set
On exit, the set currently associated with the specified shape.
DESCRIPTION
The Q3Shape_GetSet function returns, in the set parameter, the set of elements currently associated with the shape object specified by the shape parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996